home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 445_01 / onetim11 / tencode.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-02  |  324 b   |  11 lines

  1. cls
  2. rem Converting digits & punctuation in file to literals.                  
  3. cvt %1
  4. ren file.cvt plain.txt
  5. rem creating CODE.KEY file used to encode.
  6. fcr plain.txt
  7. rem Encoding the file...
  8. tcode e
  9. rem ***The encoded file is named ENCR.XXX***
  10. rem ***Remember to delete any plain text files with the ZDEL utility!
  11.